home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-09-27 | 1.1 KB | 53 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = QuickProject
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = icon.tiff
- LOCAL_RESOURCES = InfoPanel.nib Preferences.nib QuickProject.nib\
- SubprocessLog.nib Help
-
- GLOBAL_RESOURCES = defaultAppIcon.tiff shayman-transparent.tiff\
- copy_project QuickProjectTemplates
-
- CLASSES = Controller.m
-
- HFILES = Controller.h
-
- MFILES = QuickProject_main.m
-
- SUBPROJECTS = MiscViews.subproj
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = /LocalDeveloper/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app icon.tiff
-
- LIBS = -lmisckit -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-